negotiator.issue
Class Value

java.lang.Object
  extended by negotiator.issue.Value
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ValueDiscrete, ValueInteger, ValueReal

public class Value
extends java.lang.Object
implements java.io.Serializable

Specifies a generic value of an issue. This superclass needs to be extended by a subclass.

See Also:
Serialized Form

Constructor Summary
Value()
          Empty constructor used to create a new Value.
 
Method Summary
 ISSUETYPE getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Value

public Value()
Empty constructor used to create a new Value.

Method Detail

getType

public ISSUETYPE getType()
Returns:
type of the issue.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object